From: Erik Moeller Date: Thu, 22 Jan 2004 04:07:45 +0000 (+0000) Subject: explain where the settings are used X-Git-Tag: 1.3.0beta1~1122 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=bfa440ff2c5a43d7928a2bc99700d016081fe583;p=lhc%2Fweb%2Fwiklou.git explain where the settings are used --- diff --git a/AdminSettings.sample b/AdminSettings.sample index b4d74a130a..fd373e40d1 100644 --- a/AdminSettings.sample +++ b/AdminSettings.sample @@ -2,8 +2,15 @@ # This file should be copied to AdminSettings.php, and modified # to reflect local settings. Unlike LocalSettings.php, it is # not copied to the installation directory for security reasons; -# it is used by the maintenance scripts only. Do not check -# AdminSettings.php into CVS! +# it is used by the install and maintenance scripts only. +# +# Developers: Do not check AdminSettings.php into CVS! + +# This data is used to set up the database, and for all +# maintenance operations on it (rebuild links tables etc.). +# You can use the root account here. If you don't, make sure +# that the user has the rights to create the database before +# running the install script, or create the database yourself. $wgDBadminuser = "wikiadmin"; $wgDBadminpassword = "adminpass";